McTriggerSource Class

Represents a trigger's attributes.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.McTriggerSource

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class McTriggerSource
Public Class McTriggerSource

 

The McTriggerSource class exposes the following members.

Constructors

 NameDescription
McTriggerSourceInitializes a new instance of the McTriggerSource class.

Properties

 NameDescription
DataTypeFor I/O and user variables sources, it is the type of the data to read.
SourceBitOffsetFor input and output sources, it is the offset of the data to read.
SourceHandleFor motion sources, it is the handle of a command used.
For user variable source, it is the ID of UserVariable (e.g. SourceHandle = UserVariable.Id).
SourceIndexIt is the index of an axis, I/O module, or user variable.
SourceTypeThe source type the trigger uses.
TypeThe trigger condition.
ValueThe value the trigger uses to determine whether a condition is met.
VariableFor axis and motion sources, it is the variable to read.

See also

IntervalZero.KINGSTAR.Base.Api Namespace